home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Internet / MailScripts.dmg.sit / MailScripts.dmg / .ReadMe Parts / aamann.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-01-08  |  2.2 KB  |  126 lines

  1. /*
  2. aamann.css
  3. Andreas Amann
  4. (c) 2002-2005
  5. */
  6. body
  7. {
  8.     margin: 0px;
  9.     background: #FFFFFF url(OSX_Lines.gif);
  10.     color: #000000;
  11.     font-family: "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
  12.     font-size: 10px;
  13.     line-height: 16px;
  14.     text-align: left;
  15.     padding: 20px 20px 4em 20px;
  16. }
  17. a
  18. {
  19.     text-decoration: none;
  20.     font-weight: bold;
  21.     background: inherit;
  22.     text-shadow: #909090 3px 3px 3px;
  23. }
  24. a:active, a:hover
  25. {
  26.     color: #0000FF;
  27.     background: inherit;
  28.     text-decoration: underline;
  29. }
  30. a:link, a:visited
  31. {
  32.     color: #FF0000;
  33.     background: inherit;
  34. }
  35. td
  36. {
  37.     font-family: "Courier new", Courier, monospace;
  38.     font-size: 10px;
  39.     vertical-align: bottom;
  40.     background-color: #C0C0C0;
  41.     color: #000000;
  42.     padding: 20px;
  43. }
  44. h1
  45. {
  46.     font-size: 16px;
  47.     font-family: "Trebuchet MS", "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
  48.     line-height: 32px;
  49.     padding-top: 10px;
  50.     padding-bottom: 10px;
  51.     font-style: italic;
  52.     font-weight: bolder;
  53.     text-align: center;
  54.     text-shadow: #909090 4px 4px 5px;
  55. }
  56. h2
  57. {
  58.     font-size: 14px;
  59.     font-family: "Trebuchet MS", "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
  60.     font-style: normal;
  61.     font-weight: bolder;
  62.     text-align: left;
  63.     color: #FFFFFF;
  64.     background-color: #AAAAAA;
  65.     padding: 4px 20px 4px 20px;
  66.     text-shadow: #909090 4px 4px 4px;
  67. }
  68. h2 a:hover
  69. {
  70.     color: inherit;
  71.     background-color: inherit;
  72.     text-decoration: inherit;
  73. }
  74. h3
  75. {
  76.     font-size: 12px;
  77.     font-style: normal;
  78.     font-weight: bold;
  79.     text-align: left;
  80. }
  81. h4
  82. {
  83.     font-size: 10px;
  84.     font-style: normal;
  85.     font-weight: bold;
  86.     text-align: left;
  87.     text-decoration: none;
  88. }
  89. img
  90. {
  91.     border: 0px solid #000000;
  92. }
  93. ul
  94. {
  95.     padding-left: 1.5em;
  96. }
  97. .listing
  98. {
  99.     font-family: "Courier new", Courier, monospace;
  100.     font-size: 10px;
  101.     background-color: #C0C0C0;
  102.     color: #000000;
  103. }
  104. .description
  105. {
  106.     font-family: lucida grande, lucida sans unicode, tahoma, Verdana, Arial, Helvetica, sans-serif;
  107.     font-size: 10px;
  108.     vertical-align: top;
  109.     background: #FFFFFF url(OSX_Lines.gif);
  110.     color: #000000;
  111.     text-align: left;
  112.     padding: 20px;
  113. }
  114. #bottom
  115. {
  116.     font-size: 9px;
  117.     line-height: 14px;
  118.     color: #808080;
  119.     background: inherit;
  120.     border-top: 1px dotted #999999;
  121.     position: fixed; bottom: 0px; left: 0px; width: 100%;
  122.     text-align: center;
  123.     padding: 6px 0px 4px 0px;
  124. }
  125. /* EOF */
  126.